AmApplication 
Logical Entity Name  AmApplication 
Default Table Name  AmApplication 
Physical Only  NO 
Definition 
 
Note 
 

AmApplication Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AmApplicationID(PK)    int  NO 
 
Code    nchar(8)  NO 
 
Descrip    nvarchar(500)  NO 
 
SyCampusGrpId(FK)    int  YES 
 
Active    bit  NO 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AmApplication Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_AmApplication_AmApplicationID  PrimaryKey  AmApplicationID 

AmApplication Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyCampusGrp  Non-Identifying  Zero or One to Zero or More  FK_AmApplication_SyCampusGrpId_SyCampusGrp_SyCampusGrpId      SyCampusGrpId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AmApplication_UserId_SyStaff_SyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AmApplicationQuestion  Non-Identifying  One To Zero or More  FK_AmApplicationQuestion_AmApplicationID_AmApplication_AmApplicationID        NO  YES 
AmEnrollApplication  Non-Identifying  One To Zero or More  FK_AmEnrollApplication_AmApplicationID_AmApplication_AmApplicationID        NO  YES 

AmApplication Check Constraints 
Check Constraint Name  CheckConstraint